home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-SIG: World of Games
/
PC-SIG World of Games (CDRM1080710) (1993).iso
/
SWMAG
/
DISK1533.ZIP
/
REVISION.DOC
< prev
next >
Wrap
Text File
|
1989-05-10
|
2KB
|
57 lines
09-May-1989 19:27
Revsions for X7579
STGMAP.ASM (.COM) -- Status: Minor;
New option added (/V) - shows the vectors reserved by DOS to application
programs which are not used. These vectors are 60H - 67H; The program
determines if one or more of these vectors are not in use by first checking
the segment (if 0000 - the vector is not allocated), if the segment is not
zero, and the first instruction is 0xCF (IRET) then the vector is free,
otherwise, the vector is counted as allocated to some program, and it is
not included in the list.
PR.C (.EXE) -- Status: Minor;
Options processing for the /B parameter has been enhanced into a standard
style burst page commonly found on large systems which is useful for
identifing datasets printed on networked remote printers. Use care, use
of this option will print 2 additional pages; 1 before and 1 after the
actual dataset. Previously, this option only printed 1 initial page, and
the data was standard print.
RM.C (.EXE) -- Status: New;
This program more closely resembles the function of the later editions of
the UNIX family of RM routines. It fully supports the expansion of
wildcards via startup routines, and implements the -N option (no action,
therefore one can see what will be deleted before the delete occurs).
RM.C (.EXE) -- Usage: RM [-cftn?] file [file ...]
Options available:
-c --> Provide summary of count when complete.
-f --> use FORCE , force R/O to R/W before delete attempt.
-t --> type filenames upon deletion
-n --> Process wildcards, and type names -- do NOT delete.
-? --> Brief options summary
This routine more closely simulates the standard UNIX RM function, which
it late releases fully supports wildcards, and when the -T option is
in effect, shows names expanded by the wildcard expander in uppercase,
other names are shown in the case as typed. This program exhibits this
behaivor.
This function can if desired replace the DLT function, which does not
support wildcards in the filenames.
----------
There are no major revisions in this release - so if there are problems
replacing the modules already submitted there should be no problem,
although there may be some complaints about those who use the /B option
in the PR filter -- before this revision the /B option was very primitive.
If problems -- please contact me.
s;